home *** CD-ROM | disk | FTP | other *** search
- ; install new presets
-
- INSTALL PRESET="t:stormc.api"
- INSTALL PRESET="t:stormc.dictionary"
- INSTALL PRESET="t:stormc.hunter"
- INSTALL PRESET="t:stormc.indent"
- INSTALL PRESET="t:stormc.misc"
- INSTALL PRESET="t:stormc_cpp.syntax"
- INSTALL PRESET="t:stormc_asm.syntax"
-
- ; create new keyboard definition (based on keyboard used for standard text)
-
- INSTALL PRESET="t:stormc.keyboard" MERGEKEY "anytext"
-
- ; create new toolbar (based on the toolbar currently used for standard text)
-
- INSTALL PRESET="t:stormc.gadgets" MERGEGADGETS "anytext"
-
- ; create new menu (based on menu currently used for standard text)
-
- INSTALL PRESET="t:stormc.menu" MERGEMENU "anytext" MERGEMENUPOS=1
-
- ; install new filetypes
-
- FILETYPE ADD="(**.(a|asm|ass|i|s))" PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_asm.syntax"
- FILETYPE ADD="(**.(h|hh|hpp|hhp|h++))" PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_cpp.syntax"
- FILETYPE ADD="(**.(c|cc|cpp|ccp|c++)|StormC)" PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_cpp.syntax"
-